feat: add Claude Code plugin for spec-kit commands#1451
Open
HamedMP wants to merge 2 commits intogithub:mainfrom
Open
feat: add Claude Code plugin for spec-kit commands#1451HamedMP wants to merge 2 commits intogithub:mainfrom
HamedMP wants to merge 2 commits intogithub:mainfrom
Conversation
Adds a complete Claude Code plugin that provides spec-driven development workflow commands. The plugin includes: - 9 slash commands: constitution, specify, clarify, plan, tasks, implement, analyze, checklist, taskstoissues - SDD skill for automatic methodology guidance - Proper plugin manifest with metadata Usage: claude --plugin-dir ./plugin Or publish to a marketplace for easy installation.
|
Hey @HamedMP, thanks for putting this together. I'm a daily Claude Code user so this caught my eye. Genuine question: what's the practical advantage of wrapping the spec-kit templates as a Claude Code plugin versus just referencing them directly in a project's CLAUDE.md or as slash commands pointing at the existing markdown files? I can see the discoverability angle (someone installs the plugin and gets all 9 commands ready to go), but I'm wondering if you've found specific workflow benefits in practice. For example, does the SDD skill meaningfully change how Claude Code reasons about the spec workflow compared to just including the methodology in project context? Curious to hear your experience with it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Plugin Structure
Installation
Users can install via:
Test plan
claude --plugin-dir ./plugin/speckit:specifycommand creates spec correctly